﻿.contains-radio {
    margin-top: 7px;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

fieldset.captcha {
    border: 1px groove #ddd !important;
    padding: 0 1.5em 1.0em 1.5em !important;
    box-shadow: 0px 0px 0px #000 !important;
    border: 1px solid #DDE6E9;
    border-radius: 4px;
    width: 250px;
}

legend.captcha {
    font-family: "Source Sans Pro", sans-serif;
    color: #656565;
    font-size: 14px;
    font-weight: bold;
    text-align: left !important;
    padding-top: 0px;
    margin-bottom: 0px;
    width: auto;
    border-bottom: none;
    box-shadow: 0px 0px 0px #000 !important;
}

.sectioned {
    margin-top: 40px;
}

hr {
    margin-top: 0px;
}

table tr select {
    color: black;
}

.k-grid {
    font-size: 14px !important;
}

.k-button {
    font-size: 14px !important;
}

.k-list-scroller {
    font-size: 14px !important;
}

.k-tooltip-content {
    font-size: 14px !important;
}

.k-dropdown {
    font-size: 14px !important;
    background-color: white !important;
}

.k-datetimepicker {
    font-size: 14px !important;
}

.k-datepicker {
    font-size: 14px !important;
}

.k-textbox {
    font-size: 14px !important;
}

.k-dropdown-wrap {

    background-color: white !important;
}

.transparent-input {
    background-color: rgba(0, 0, 0, 0) !important;
    border: none !important;
}

.k-multiselect-wrap.k-floatwrap {
    padding-right: 2em;
}

.k-card {
    font-family: 'Source Sans Pro', sans-serif !important;
    color: #656565 !important;
    font-size: 14px !important;
}

.label.label-warning {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 14px !important;
    display: block;
    text-align: left;
}

.label.label-success {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 14px !important;
    display: block;
    text-align: left;
}

.topnavbar .navbar-form {
    border-bottom: none !important;
}

footer {
    margin: 0 auto;
    text-align: center;
}

.k-numerictextbox {
    font-size: inherit;
}

.k-multiselect span.k-select {
    position: inherit;
    margin-left: 0;
}

.flex-float-right {
    margin-left: auto !important;
}

.k-grid-toolbar {
    display: flex;
}

.k-window {
    font-size: inherit !important;
}

.k-filter-menu {
    min-width: 200px;
}

footer {
    padding: 0 !important;
}

footer {
    overflow: hidden;
}

.form-control {
    min-height: 35px;
    height: auto;
}

.emailExist {
    display: block;
    position: fixed;
    left: 50%;
    top: 40%;
    background-color: white;
    height: 400px;
    margin-top: -200px;
    width: 600px;
    margin-left: -300px;
    border-radius: 10px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    padding: 50px;
    padding-top: 25px;
}

@media (max-width: 600px) {
    .emailExist {
        left: 60%;
        width: 400px;
    }
}

.motive, .modify-multiple, .motive-parent, .see-archives {
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: white;
    height: 400px;
    margin-top: -300px;
    width: 600px;
    margin-left: -275px;
    border-radius: 10px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    z-index: 10000001;
}

.see-archives {
    height: 200px !important;
}

.motive-message, #motive-parent-choice {
    padding-bottom: 2em;
}

.motive-choice, #motive-choice-multiple {
    padding-bottom: 2em;
}

.motive-select-list {
    width: 400px;
}

.navbar-center {
    padding-left: 50%
}

.form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.control-label {
    min-height: 25px;
    padding-top: 0 !important;
}

.field-validation-error {
    color: #f05050;
}

.k-i-info-circle:before {
    content: "\e401"
}

.pointer {
    cursor: pointer
}

.k-i-book:before {
    content: "\e651"
}

.alti-alert-icon {
    font-size: 60px;
    text-align: center;
    width: 100%;
}

.alti-alert-content {
    font-size: 18px;
    text-align: center;
    width: 100%;
}

.k-i-exclamation-circle:before {
    content: "\e403";
}

.k-i-question-circle:before {
    content: "\e402";
}

.card {
    margin-bottom: 1.25rem;
    box-shadow: 0 1px 1px rgba(0,0,0, 0.05);
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0, .125);
    border-top-width: 3px;
    border-color : #cfdbe2;
}

.card * {
    box-sizing: border-box;    
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    font-size: 30px;
    font-weight: bolder;
}

.local-container .btn {
    width: 100%;
}

.tab-title {
    font-weight: bold; 
    font-size : 18px;
    overflow-anchor: none;
}

.tab-title.collapsed .k-i-arrow-chevron-down, .tab-title .k-i-arrow-chevron-up {
    display: inline-block;
}

.tab-title .k-i-arrow-chevron-down, .tab-title.collapsed .k-i-arrow-chevron-up {
    display: none;
}

.b {
    border: none;    
}

.m {
    margin: inherit !important;
}

.p {
    padding: inherit !important;
}

#choose-columns-wrapper ul {
    list-style-type: none;
}

#choose-columns-wrapper li label, #choose-columns-wrapper {
    margin: 0;
}

#choose-columns-wrapper .k-link.k-menu-link {
    padding: 0;
}

#choose-columns-wrapper li {
    white-space: break-spaces;
}

#choose-columns-wrapper li .k-checkbox {
    white-space: break-spaces;
    flex-shrink: 0;
}

#choose-columns-wrapper li label {
    padding-left: 5px;
}

#choose-columns-wrapper .k-multicheck-wrap .k-item {
    line-height: 1em;
} 

#choose-columns-wrapper .col-md-12, #choose-columns-wrapper .col-md-6, #choose-columns-wrapper .k-multicheck-wrap {
    padding: 0 0 0 5px;
}

#choose-columns-wrapper div.k-content.k-state-active {
    display: none !important;
}

#choose-columns-wrapper .k-tabstrip-items {
    width: 100%;
    font-weight: bold;
    font-size: 14px;
}

#choose-columns-wrapper .category-columns {
    border-color: #dee2e6;
    color: #212529;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    overflow: auto;
    margin: 0;
}

.dummy-scrollbar-wrapper {
    overflow-x: scroll;
    margin-right: 18px;
}
.dummy-scrollbar {
    height: 20px;
}

.legend-card {
    width: 500px;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    position: relative;
    padding-left:  15px;
    padding-right:  15px;
    margin: 0 -15px 15px;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
    box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
}

.list-group-item {
    border-bottom-width: 3px;
}

.required-asterisk {
    display: none;
}
.is-required .required-asterisk {
    color: red;    
    display: inline-block;
}
.number-badge {
    background-color: #fa3e3e;
    border-radius: 2px;
    color: white;

    padding: 1px 3px;
    font-size: 10px;

    position: absolute;
    top: 0;
    right: 0;
}